net/http.persistConn.idleTimer (field)
6 uses
net/http (current package)
transport.go#L994: if pconn.idleTimer != nil {
transport.go#L995: pconn.idleTimer.Reset(t.IdleConnTimeout)
transport.go#L997: pconn.idleTimer = time.AfterFunc(t.IdleConnTimeout, pconn.closeConnIfStillIdle)
transport.go#L1102: if pconn.idleTimer != nil {
transport.go#L1103: pconn.idleTimer.Stop()
transport.go#L1901: idleTimer *time.Timer // holding an AfterFunc to close it
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)